| 1. | Sends all currently buffered output to the client 向客户端发送当前所有缓冲的输出。 |
| 2. | Sends all buffered output to the http output stream 将所有缓冲处理的输出发送到http输出流。 |
| 3. | The fflush ( ) function writes all buffered output to an open file 函数的作用是:将所有的缓冲结果写入一个文件中。 |
| 4. | Sends all buffered output to the http output stream and closes the socket connection 将所有缓冲处理的输出发送到http输出流并关闭套接字连接。 |
| 5. | Sends all currently buffered output to the client , stops execution of the page , and raises the 将当前所有缓冲的输出发送到客户端,停止该页的执行,并引发 |
| 6. | Flush the stream . this is done by writing any buffered output bytes to the underlying output stream and then flushing that stream 刷新当前输出流,将任何缓冲输出的字节输出到此流中。 |
| 7. | Gets or sets a value indicating whether to buffer output and send it after the entire page is finished processing 获取或设置一个值,该值指示是否缓冲输出,并在完成处理整个页之后将其发送。 |
| 8. | Gets or sets a value indicating whether to buffer output and send it after the entire response is finished processing 获取或设置一个值,该值指示是否缓冲输出,并在完成处理整个响应之后将其发送。 |
| 9. | With the versions of the plug - in and extension used in this article , a breakpoint function is required because php buffers output before sending it to the browser 对于本文中使用的插件和扩展的版本,断点功能是必需的,因为php在把输出发送到浏览器之前会缓冲它。 |